home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / pdl.tip < prev    next >
Internet Message Format  |  1995-03-23  |  2KB

  1. From comp.sys.handhelds Sun Jul 28 20:34:39 1991
  2. Path: seq!ecsgate!mcnc!uvaarpa!haven.umd.edu!boingo.med.jhu.edu!aplcen!uakari.primate.wisc.edu!sdd.hp.com!hp-pcd!hpcvra.cv.hp.com!tedb
  3. From: tedb@hpcvra.cv.hp.com. (Ted Beers)
  4. Newsgroups: comp.sys.handhelds
  5. Subject: PDL Tip
  6. Message-ID: <25590194@hpcvra.cv.hp.com.>
  7. Date: 26 Jul 91 16:49:44 GMT
  8. Organization: Hewlett-Packard Co., Corvallis, OR, USA
  9. Lines: 41
  10.  
  11.  
  12.     If you have a variable you transferred from the HP 48 to your PC
  13.     using Kermit, you can easily load it into the HP 48 Program
  14.     Development Link (PDL) environment.  Here's how:
  15.  
  16.     1. Start PDL.
  17.  
  18.     2. Execute File / Open Application.  Type the name of the file
  19.        containing the variable (e.g., "FRED.VAR") and choose OK.
  20.  
  21.        PDL interprets the "%%HP" header line (if any) in the variable
  22.        file and sets the proper modes for your new application.  The
  23.        variable is initially unnamed.
  24.  
  25.     3. Execute Variable / Name/Move Variable.  Type the name of the
  26.        variable (e.g., "FRED") and choose OK.
  27.  
  28.        You've now created a new PDL application consisting of the
  29.        variable loaded in step 2.  To simplify future work with the
  30.        application, you should save it in a file with the ".APP"
  31.        (application) file name extension.  (Remember that PDL
  32.        distinguishes between HP 48 variable names [which are highly
  33.        flexible in format] and DOS file names [which must match rigid
  34.        DOS file naming conventions].)
  35.  
  36.     4. Execute File / Save As.  Replace the old extension (if any)
  37.        (e.g., ".VAR") with ".APP" and choose OK.
  38.  
  39.     The variable (and your new application) can now be maintained with
  40.     PDL.  You can edit the variable, add new variables to the
  41.     application, transfer the variable(s) to the HP 48, and so on.
  42.  
  43.     This technique works for an ASCII-format variable obtained from most
  44.     any source, including your own editor.  For HP 48 directory
  45.     variables, you should use a text editor to divide the directory
  46.     contents into individual variables first.  See "Converting
  47.     Applications from Other Formats" in "Creating and Editing
  48.     Applications" in the PDL on-line Help.
  49.  
  50.     Ted W. Beers
  51.     Hewlett-Packard
  52.  
  53.